Skip to content

Conversation

timbl
Copy link
Contributor

@timbl timbl commented Mar 29, 2019

Allow acl files to be created.
Maybe allow caret to put at syntax error position on syntax error in user code

throw new Error(msg)
if (!newInstance.uri.endsWith('acl')) { // special case allow .acl files
if (!contentType || !(contentType.startsWith('text') || contentType.includes('xml'))) {
let msg = 'A new text file has to have an file extension like .txt .ttl etc.'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be "like .txt, .ttl, etc."

Base automatically changed from master to main February 24, 2021 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants